From: bors Date: Sat, 14 Oct 2017 14:54:15 +0000 (+0000) Subject: Auto merge of #4616 - kennytm:fix-4490, r=alexcrichton X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~6^2~4 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=c1dd25a915ebe4456e83a568330a3dd00a5be12a;p=cargo.git Auto merge of #4616 - kennytm:fix-4490, r=alexcrichton Uplift *.dSYM Fixed #4490. The solution is based on #4570. Simply adding `.dSYM` into `add_target_specific_suffixes` will cause cargo trying to actually run that `.dSYM` folder, so I've upgraded the `linkable` boolean into a 3-value enum `TargetFileType`, to tell `cargo run` and `cargo test` to avoid these debug symbol files. (I haven't checked if it can solve #4056, don't wanna mess with Spotlight 😝) --- c1dd25a915ebe4456e83a568330a3dd00a5be12a